home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0799 / 461 < prev    next >
Internet Message Format  |  1994-08-27  |  1KB

  1. From: Goemon <goemon@venice.mps.ohio-state.edu>
  2. Subject: Re: text marks & sliders
  3. Date: Wed, 29 Jun 94 1:08:26 EDT
  4. In-Reply-To: <memo.491121@cix.compulink.co.uk>; from "Ofir Gal" at Jun 27, 94 9:17 am
  5. Precedence: bulk
  6.  
  7. > >) If the mouse is placed over an editable text field, the mouse MUST change
  8. > >) to a TEXT CURSOR while the mouse is over it.  It must be changed back to
  9. > >) its original form when moved away.
  10. > >
  11. > >This isn't an easy thing to do.  It requires constant tracking of the
  12. > >mouse position.  Do you have an easy way to do this?
  13.  
  14. What's so difficult about this?  All you have to do is check if the mouse
  15. is over an object with flags "EDITABLE" and you change the mouse to
  16. TEXT_CRSR, and you change the mouse back to ARROW when it's not in there.
  17. The way to keep the mouse from flickering is just to check the last mouse
  18. type.  There's really nothing to it!
  19.  
  20. > I agree, but you can add it to the OS by installing LTMF.
  21.  
  22. Yes, of course.  What do you think I'm doing ???  :)
  23.  
  24. > >Come to think of it, I may write my own handler.  Would anyone object
  25. > >terribly of my dialog system required it's own type of resource file?
  26. > YES! I would object.
  27.  
  28. Absolutely.  The last thing we need is another GEM standard...  Sheesh!
  29. (That's with resources...  New standards are nice...)
  30.  
  31. -- Ken 
  32.